ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MenuBase<T> Class / CloseOnLeave Property

In This Topic
    CloseOnLeave Property (MenuBase<T>)
    In This Topic
    Gets or sets a value that determines whether the menu should close automatically when the mouse leave the items.
    Syntax
    'Declaration
     
    Public Property CloseOnLeave As Boolean
    public bool CloseOnLeave {get; set;}
    See Also